INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fde0829b634aff3539bbe3989e9ebe2934a6856d7593a2c2a5a22e81e87d04b0', 
    'ZZ2RAoWoo7DaOTvA9FYYsY1dTWxr5KrzsaG4jbXn+hA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00064

Result

int(1)