$args for get_terms() to return ORDER BY FIELDS

From WP_Term construct docs:

‘include’ (array|string) Array or comma/space-separated string of term
ids to include. Default empty array.

Looks like you may need to change your includes array to hold ID’s instead of slugs.