INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5af414c8f39be57a25cc78b040b8f39adbbea32b1c4fab8f84c6543f1ad93ad0', 
    '7wB5m/Zo7pZwcepUBUKm6cylcuLCUhDhAuboFEpt0YE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)