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

Query time 0.00035

Result

int(1)