How to load just one component variant, not all?

Would be awesome to be able to load only one component variant and not the code related to the other variants. A frozen/static/not dynamic/hard variant concept so to speak

Example: I have a component translated into 10 different languages using variants. I only want to load one language at a time when I use the component and not bloat the code with the other languages’ content.
Another example: I have a component with dozens of variants but where I use it I know the variant won’t change. I only want to load this very variant and not the others.