INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f3e2147f99a972d63bd906b38942d9abd6428ee696b57d7835a0f3c1b595048f', 
    '7nhx9ugjL8s3klk/n9fG5bkPnsak0RNtxu8r3qVNeMw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)