INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '94c6d8777f03045643d1e5aa93544f5396caf27132b6625d08fed3d13fb26318', 
    'US5BM6/u6aXnBo+tsl/PjurOe+jOcaGwKtKnEg53yfg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)