INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c57da300f077e64e618ab13e6e661394a1c8538b1504b35776bd51bafd4fc55d', 
    '1iuXBtLwNl3ejmUPJZGzPerRTwihe/ubLMMitZBWG5s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)