How to get specific product attribute value if i know product ID without loading whole product?
A way that I know of:
$product->getResource()->getAttribute($attribute_code) ->getFrontend()->getValue($product)