INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e02109372d4c5c8a46ea45392149b15ab5c62deddbfc6fde6b519d18dbe83829', 
    'pEKnt9xctwKyPT1oEQUAVhs2MbY4JJypfghLZ0PYJv8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)