orderby in WP_QUERY – Use the order from the Dashboard

Figured this out.

'order' => 'ASC' (or DESC – however you’d like) and 'orderby' => 'menu_order' solves this.