Zend certified PHP/Magento developer

How to load only a specific attribute instead of all attributes with load()

How to load only a specific attribute instead of loading all attributes in magento 1.9? I’m using the code below, but it loads all the information and I just need the product ID.

Mage::getModel('catalog/product')->loadByAttribute('sku', $_customOptions['simple_sku']);