INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5e9590b298b4a3d48f925e91f655aa3382d31168a8e9bce6438eea44fe18b535', 
    'IKbUyhrAhhLf7uhkhCe1lG1PubPlVXu4hXfsf7YG6lo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)