INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1af4b32ffed0cea0de597145bcf58491d2afcb705bf65feb1a4ea52e6d52d3d2', 
    'A3eYq9aKZiuGwBHZdL+FIMuBHzcCdUypLK0VYeL9S3E=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)