INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2b13904eee1276deb2141d318a73abca8062a003ee0b08310360b21403daf24e', 
    'OG782SeXjjRdHlORZo8y9ErblhhBNMR+JBBRj7M7O4A=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)