I want to hide “sold by” on certain pages with id page 43

Try this:

if (is_page(’43’)){
remove_action (‘woocommerce_after_shop_loop_item’, array (‘WCV_Vendor_Shop’, ‘template_loop_sold_by’), 9, 2);}