INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8a02f267c99a3eeb70d3d1fdf9ddbcf1c65bae99a2055f0b01116ae3ae9c2832', 
    'YTJeDd5puhtxdLgHsjAvJkcecVIiySpQ8ol9b1WMXss=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)