INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '11f30f33e53a7ae8c15a099373179509a40d6ffe6a9f46c06d0e83e441407436', 
    'UM/zZ4KJFET2wPsN5ZzL4MrXmqojmEygn7sZCr6NKkU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)