INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7251fcbced9fc7ee9e8f8a74a029eec533d2ce25aad376436df61ce70ba0f604', 
    'UNz3begzA1h51e02OX0CDirgddT7YtYQ5V2LdB9vPQs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)