INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '471ebe9b29d52dd4dbb8a8644cb5116271f174982e1e170ff57e402a78f51fe1', 
    'xJAH8+KmPa39lDXiMCCNKVRFbX9LTaAokzxodrGXd3c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)