How can I display a list of only categories which are marked as ‘featured’ in the backend?

Yes! Register a taxonomy.

I usually call it something like “Promotions.” (this allows for more to be added easily in the future) From there, create the term “featured.”

In your template, uses wp_query to display your featured articles, taxonomy parameters