How to get specific product attribute value if i know product ID without loading whole product?
If you have an text/textarea attribute named my_attr you can get it by: product->getMyAttr();
product->getMyAttr();