WP Query / Meta Query [duplicate]

Short answer: You can’t do that.

The query system is a simplified version, by design. It cannot do combinations of ANDs and ORs across keys like that.

If you want to do that, you’ll need to write your own SQL in some manner. The meta_query is not capable of that complex of a query.