INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '57d76b0f0bf1c6e760be0957dbb3e10ed6828456ebac31d27aded3beffd353e1', 
    'H8K5hrZ9c7oVG52ga2lIx8QsywZ4h5hmemf6UpMTjdM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)