For example I find myself wanting to write $x$ is an element of the integers from $1$ to $50$,
Is this the quickest way?
$x\in \left[ 1,50\right] \cap \mathbb{N} $
Also is this standard on here? $\mathbb{N} = \{0, 1, 2,\dotsc \}$, $\mathbb{ℤ}_+ = \{1, 2, \dotsc \}$.

It depends on your own preference on how to write things down, there are countless variations, for example
$x \in \{ n \in \mathbb N : 1 ≤ n ≤ 50\}$
$x \in \{1,2,...,50\}$
$x \in \mathbb N_1^{50}$