INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a55aa9247495574c3a8f178496a58348312da3e4ee848e77a26dd6194c7eb6a8', 
    '20M59Er83YBXzIhlg2citYi3GYu2HgVjPW1wlBM3iWQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)