Given $n\in\mathbb{N},$ the interval of width $n$ containing the most amount of primes is $[2,n+2]$ ( rather than $[2+x, n+2+x]$ ).
This sounds like it should be true since the primes spread out more in general as $x$ increases. But general trends don't prove specific statements.
This is obviously true for $n=1$ as there is no even prime greater than $2,$ and so for any $x\geq 1,\ [x+2,x+3]$ contains at most one prime whereas $[2,3]$ contains two primes.
I think simple arguments like this can be made for small $n$.
For fixed even $n\geq 2, n$ even, and for all $x\geq 1:$ (number of primes in $[2, n+2]$ ) $\geq$ (number of primes in $[x+2, n+2+x]$ ) implies that (number of primes in $[2, (n+1)+2]$ ) $\geq$ (number of primes in $[x+2, (n+1)+2+x]$ ) because $\underset{x\geq 1}{\max}$(number of primes in $[x+2, n+3+x]$ ) $=\underset{x \text{ odd}}{\max}$ (number of primes in $[x+2, n+2+x]$ ) . Therefore, we only need to check even $n'$s going forward (because if it's true for even $n$ then it's true for $n+1$.)
$n=2:\ $ for any $x\geq 1,\ [x+2,x+4]$ contains at most two primes, which can only happen if $x$ is odd, which is not more than the number of primes in $[2,3].$
$n=4$ and $n=6$ are easy to check.
$n=8:\ [2,10]$ contains four primes. In order for $[x,x+8]$ to contain five primes, $x$ must be odd and $x, x+2, x+4, x+6, x+8$ must all be prime. But one of $x, x+2, x+4$ is divisible by three and so this is not possible.