INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '397cf5771ec660050fc80b630b0632803bb0b58d415fdb1cfcc698a7091add36', 
    'l/IVhHfeUrB4WGEjzQZZUcarwUbVKzit1qcff+5tcYw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)