INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c554b35b83c490abea0a19d9bdc82945d8e5c91df8c9539b30a33da4d0594646', 
    'VW+sbXSCWgoFWVxXvhJGSW2PmPBlS8jdcd4K+amoKHM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)