INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b3064167cc4a942ea141626eafda689d26d9d1dd6b1d7ed5951973d867c84838', 
    'PNLnIYeLKcfq7Lg/b9nd14C1XH3KcVdOQUhTi3/9ofA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)