INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '557265b8e3d766d3cb24757e978058b2068efcb9b8db798812f718c6ff416188', 
    'lytYeDya3Xt8rLApCWssrtOPtLJjNbZX88aZaws6c14=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)