We shall prove that there does not exist $n<18$ such that $10^n\equiv1 \pmod {19}$.
Suppose otherwise. Then $n<18$ and $$10^n\equiv10^{18}\equiv1\pmod {19}$$
Claim: $n\mid18$
Proof:
Suppose otherwise. Let $18=kn+r$ where $0<r<n$. Then,
$$\begin{align*}
10^{18}
&\equiv10^{kn+r}\\
&\equiv10^{kn}\cdot10^r\\
&\equiv(10^n)^k\cdot10^r\\
&\equiv10^r\\
&\equiv1 \pmod {19}
\end{align*}$$
However, we defined $n$ to be the smallest positive integer such that $10^n\equiv1 \pmod {19}$, and here, we have $r<n$ and $10^r\equiv1 \pmod {19}$. Contradiction.
Hence, $n\mid18$.
Now, it can be easily verified that $n=1, 2, 3, 6, 9$ do not satisfy the conditions. Contradiction again.
Therefore, there do not exist $n<18$ such that $10^n\equiv1 \pmod {19}$, so $n=18$ is the smallest value. Q.E.D.
There is still some checking involved, but it is greatly reduced from $17$ numbers to $5$ numbers.
Edit: As the comments have pointed out, we can further reduce this to $2$ numbers, by only checking $6$ and $9$. However, in this approach, you have to then prove beforehand that if $6$ do not satisfy then all the factors of $6$ do not satisfy either.