INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c178b525666773df5d3e3e9aa9f4d3cbf02e5250c336f7cb8ef3ce3541178d2f', 
    'ZhZLSGFT7Ba33o1c8BJwThg7lrmbIbWNvstGKGV+TeE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)