INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4b375894ef2cda1eb156078a4f79385f5ba0461c831a0ebfd4649da31e1823e0', 
    '6HYQaLI+lKPSTp8ci0qULOyL0ggMb9H/ocpOKCRgJfM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)