INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '717f74d3c96f2ee0b570f24b67804c4a77abc961e33f0e97b967ecf593ace2e0', 
    'StKbgNxDbz/CGwiP5p22m09zeCVJ3n65LgXXe3b46xs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)