Is the product of all primes a natural number? In other words, is this true:
$$ \prod\limits_{\text{primes}} p_i \in \mathbb{N} $$
And if so, what about just some of them:
$$ \prod\limits_{\overset{p_i \text{ are primes}}{p_i = 9(mod 10)}} p_i \in \mathbb{N} $$
The answer to both your questions is NO.
Dirichlet's theorem states that there are infinitely many primes of the form $a\pmod{d}$, where $\gcd(a,d) = 1$.
Hence, the product of infinitely many numbers greater than $2$ is not a natural number, i.e., if $\gcd(a,d) = 1$, then $$f(n) = \prod_{\overset{p \equiv a \pmod d}{p = \text{prime}\leq n}} p$$then $\lim_{n \to \infty} f(n) = \infty$.