INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'abbe420b87b857a0d04b7d1c4263deea5fa03be605a323c7871b77e54ce1c1fe', 
    'AjfLW2stvtNybAi3/9pyaDFbsRRjMZuLremNX1tuFcI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)