INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0a89ae77afcac1b74fff6ccfa0e1b314e816c453fd76fed2ddf255175b5f260c', 
    'ThOSMDL5VsK3XqxIOFBTvmWA9VE99s/98Tp05VqragU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)