INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1037141f593ee06619479aaff81043905d93fe29e63873a1060a3e58d2992bd6', 
    'pOw8aOE2Z5QWGsKuaLIaGPusCpVmooeJ0bs8rMiiUWY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)