INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '372078e2af00ba3cc4de2e1d2449eda746ec86dc3beaef74133280e9d6da6736', 
    '8j/pBl6fL8PS1u5o3ZkLfKKevuYwf0rxnE8n5evR6ss=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)