INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ff5a606a4625711a4065c5a20ab6ed9ee92f5f0e5204311877d39807e45df848', 
    'QV2GRDqa+OY0Jb0i8od0LnS9p3dKq2iPo1xxTFFY1l0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)