INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '59f4b7911285e1ae9229c450b98432ef729bb2c94c75206a18641946e7f139d7', 
    '6MyYt7gz2ZPdFLGhtuEd9QuBqFTK1ScgY7pIPlAPWCE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)