INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f17a8e58e468b305766755f324b22142f3df1690fb47658d510468282f06c20e', 
    'Tz9Ny/tDzt0Cyx0A8hcieChGfsLIVLMBxMfBDyNSkfg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)