I am quite certain that this limit:
$$\lim_{s\to 1} \, \zeta (s) \prod _{n=1}^k \left(1-\frac{1}{n^{s-1}}\right)=0$$ is always zero for any integer $k \geq 2$.
Can you prove it? I can't.
I have to go outdoors now.
As a Mathematica program this is:
Table[Limit[Zeta[s]*Product[(1 - 1/n^(s - 1)), {n, 1, k}], s -> 1], {k, 2, 12}]