INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9997444d4428eaf3dfd26916fa1dc83080223532d5b42aee44b48145e452be14', 
    'zesPXeBgLr2rTprZA+kNvF1qLsNlFM868TYDB54wtnQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)