I had actually looked at Flask-RESTPlus for a relatively recent project before deciding to use FastAPI.
Surprised they use Flask. I'm working on my first larger, industrial-strength REST API in Python and I've found the Django Rest Framework to be more suited once you get to that level of complexity.
For a company as specialized as Netflix, they probably are doing so much customization it doesn't matter much which framework they started with.