We robustified plan_cache_stats_shard_and_host.js in SERVER-76721 to filter plan cache entries only for a specific plan cache key to avoid accounting for entries in the cache for queries run in the background. This change was not back ported to v6.3, and leads to failures in the sharded multiversion tests. Tagging the test with requires_fcv_70 will resolve this issue.