uf variation was set to any does not show in checkout page woocommerce code example
Example: uf variation was set to any does not show in checkout page woocommerce
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
add_filter( 'woocommerce_is_attribute_in_product_name', '__return_false' );