INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3453083c3e5ee3129bdc9165bfce8e4fd92e6e89ce50404f6347866d12e896f6', 
    'M8gnKdY6w6Ck0Pxyj7CsjazKZ4GotSkMmXQ+tohmSyE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)