Use premade array as categories in wp_query?

You can use the category__in parameter and that will do exactly what you’re looking for.

Codex: WP_Query – Category Parameters