INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7ed0ccb963364cba1558c59e9ebf0ecf191229183e27a3b7454e0dddebd98620', 
    'B7uRc2/dfI/1+STAmowT58h718t5EMCQ7pqVYsLKGWE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)