INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4ae4532d0d506ec1f3978a92b9e513c546926fb47df08ddfc0107870e1a5a794', 
    'WCBDG/nT23pPmO+9rKbjYRx9JSgxh389t6laGj+NPCo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)