INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f9f7de070098372c47351ee8318227ce8d66f74c198c812041452f53954c88c3', 
    'oAuXp+WwXgPNjn29sH3gXIdU91QjxD1G37lILfuQZq4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)