INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2df2aa6a3513a8827c4219b2609487f1109c258cfe3235d7841705d53f7c903e', 
    'gIqREMPCrohIvLdiP8OWii4h/eesKghJhLhdaZIx4AI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)