INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '96c6e1e4b1c56b6a17ac0b4cf482c0ea8f3c471f0ae9159cd2d07fa4994e4038', 
    'DHf9FwYdxBy5b+j/GHjUhw4EpjoATLhum2Gat0xn8w0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)