$ca = $category->load($category_id);
$ca->getProductCollection()->addCategoryFilter($ca)->addAttributeToSelect('*');
echo $ca->getDescription();
$ca->getProductCollection()->addCategoryFilter($ca)->addAttributeToSelect('*');
echo $ca->getDescription();