INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f26d845a95e5b4ebad105e93100712f3ea96cad6eb51820b10f403d2894d5809', 
    'tGK8G8URqhYTSzGcuXGX4MtJiZj6qQEr+e990BPjQDY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)