спасибо всем, вот так получилось)
$the_product = '54';
$rating_count = wc_get_product($the_product, $deprecated )->get_rating_count();
$review_count = wc_get_product($the_product, $deprecated )->get_review_count();
$average = wc_get_product($the_product, $deprecated )->get_average_rating();