For filtering by list and using IN operator in django-filters, you can do implement custom filter to do that.
How to check a user’s membership in a group in a template
How in Django template check is user belong to group. Example.
Loading initial data in Django migrations using fixtures
It’s sometimes useful to pr-populate your database with hard-coded data when you’re first setting up an app. You can provide initial data with fixtures.