INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4da6b5bf766d8f52e903440745aff6a1ca80550d2226c49c75f0d91ce3c618aa', 
    'RA8+J1FsRtDH1UpBL4PLtHajg5rb3anwsQcbST6WcP8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)