使用find_in_set()方法
第一种方式
where('find_in_set(:house_id,product)',['house_id'=>$house_id])
第二种方式
->where([''=>['EXP',Db::raw("FIND_IN_SET(".$where['house_id'].",a.product)")]])