INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '742019e5b43516107177ca0290a0e6e3ed970d53fb3aa57f6c6792f4d880fef6', 
    '8e6TFnvpkmx5KG44Kt+OuCrgbow7ZlKYsiPtlobwsMA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)