Isolate queries on Organization sharded models
As a first step into a broad Organization query isolation solution we will isolate all queries that original from models sharded with organization_id.
The purpose of the work is to prove that we can head towards a blanket query isolation solution without requiring case by case assistance from other teams.
This issue depends on an improved feature flag experience that tags requests with enabled feature flags. It will require some set of Kibana screens for performance analysis, and some workflow/protocol/process development to define how we navigate between feature flag enablement and code improvements.
We may need to carve out an ability to create exceptions in the feature flag logic so that we can easily disable known problematic pathways without having to constantly redefine source code.