$id = 1; $product = Mage::getModel('catalog/product')->load($id); if($product->getId()){ //product was found }