INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c9ef4e33b6c95f585df96aeb3c520e915b0e73cbfac1145382c4f30cbef40e94', 
    'OZioTSlheaEnsRsHZlDU4uy6AGb7XirG94qT9OSj4jA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)