INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '040ba172d6cfe66948b264cd74d3354c1b433d6e57ef9f288c46cdac2327589a', 
    'f62PpA2cAtpy0P6ko0tFkzi7kXrBwpjqUfC3+8RBTKA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)