INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f4f68e0485ebac343574466ad643e1e99ee8ae8ad75da85d283351d88e18e5f8', 
    'V7Z9jLrasWon/cLTtLml3M2LC+76+07wKPY1Fx7d69M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)