$product->whereRaw('`status` & :disable = :disable', ['disable' => ProductModel::STATUS_DISABLE]);
( `status` & 1 = :ThinkBind_2_1762601404_ )