INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1fc8e29e23b0157e1e608297a81e40b0ee2123fb6837e7e1096f661d50bc6ef9', 
    'GgIksq4oKJGX02uKlczPqwlJtF//BSLp17EidNPVBgw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)