How to get IN clause instead of OR clauses for a multi-value filter?

When I use a question filtered by a multi-value filter, the generated query uses OR clauses. This is problematic because in this case the index is not used by the DB.
Is it possible to have an IN clause instead of mumltiples OR ?
Thanks

Hi @bilpostman
Sounds like you are seeing this issue:
https://github.com/metabase/metabase/issues/23101 - upvote by clicking :+1: on the first post