INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4c28ec18248c4dc1c9c93be77ce4fb33911c5cfb48d847efeeb05cb0eb1e1ff4', 
    'KJ6GldmwBnj+MGhwKtpjnjZZtabQmNYnFbShP3/cCt8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)