I've found that we have nice prefetch_for_includes option on the ModelViewSet.
I would also like select_for_includes mixin that will call add select_related and pass there values accordingly to the mapping.
If you like the idea I'll create PR for that