Check if product has some category or Tag

has_term( $terms_id, 'product_cat', $post_id );
if( has_term( array( 'cat1', 'cat2' ), 'product_cat', post_id ) { .... }