INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '801814c18eadb35f27aebe979a63721bdef18ae4f98bf0c847c4217fcd18d12b', 
    'CPFev+WytUL3eseKNFWEPOxjhlhuWZlleVCcT9WU8q8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)