INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1b7456ee4a45cce240542a37fd31b8db68c59ea8462b0fc93356debc31fc3380', 
    'PTukT9J5w/eOM0WDMH28bt2sT0S2XXal8Ry6/DLGKvA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00049

Result

int(1)