INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd57c4b2732d11a2726260b0e7ca9c66efb720c0690adf4f73f5c2fc110a2f8d3', 
    '8ADKFtyyQUg0hlhibCwJshx/Og+B6b/sv1fobO7GWB8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)