INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4a7740751eafdb39501d275cc1dfd1badf9708e99aa47b51e17039618c4b216c', 
    '2LLa4H/AMeBpdG490XgTY9+99OcZxugUhUhce0BElD4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)