Como obter todos os registros com o mesmo id em Laravel

Product::orderBy('id','desc')->where('category_id', 1)->get();
Romesh Fernando