Woocommerce, ordering products by default on shortcode pages

You can try to order by menu_order like this:

[sale_products per_page="40" columns="3" orderby="menu_order"]

if the corresponding callback is using WP_Query() to query the products.