[guided]The goal is to prove finite generation of the sum, so we must exhibit one finite list of elements that spans it. The natural candidate is the list obtained by putting together all the generators of the individual submodules.
Let $y \in N_1+\cdots+N_k$. The definition of the submodule sum says exactly that $y$ can be decomposed as
\begin{align*}
y = y_1 + \cdots + y_k,
\end{align*}
where each summand satisfies $y_i \in N_i$.
Now fix an index $i \in \{1,\ldots,k\}$. Since $x_{i,1}, \ldots, x_{i,n_i}$ generate $N_i$ as a left $R$-module, the element $y_i \in N_i$ can be written with coefficients on the left:
\begin{align*}
y_i = r_{i,1}x_{i,1} + \cdots + r_{i,n_i}x_{i,n_i}
\end{align*}
for some $r_{i,1}, \ldots, r_{i,n_i} \in R$. The coefficients are placed on the left because $M$ is a left $R$-module.
Substituting these expressions for all $i$ into the decomposition of $y$ gives
\begin{align*}
y = \sum_{i=1}^{k}\sum_{j=1}^{n_i} r_{i,j}x_{i,j}.
\end{align*}
Every element $x_{i,j}$ appearing in this expression belongs to the set
\begin{align*}
S = \{x_{i,j} \in M : 1 \le i \le k \text{ and } 1 \le j \le n_i\}.
\end{align*}
Therefore $y$ is a left $R$-linear combination of elements of $S$. Since the argument applies to every $y \in N_1+\cdots+N_k$, the set $S$ spans the whole sum.[/guided]