Yes, the , stands for a regular partial derivative. You are here including the basis vector ##e_\mu## in your notation. When you do that you are using a notation where anything multiplying it is just a scalar function. It holds that ##\nabla_a e_b = \Gamma_{ab}^c e_c## by definition. The covariant derivative is linear and satisfies the product rule (this is not chain rule)
$$
\nabla_a (fV) = V \nabla_a f + f \nabla_a V,
$$
where ##f## is a scalar field and ##V## is a vector. Note that ##\nabla_a f = \partial_a f## for any scalar field. In your case, therefore
$$
\nabla_a(\Gamma^c_{bd}e_c) = \Gamma^c_{bd} \nabla_a e_c + e_c \nabla_a \Gamma^c_{bd}
= \Gamma^c_{bd} \Gamma^f_{ac} e_f + e_c \Gamma^c_{bd,a}.
$$
Do not confuse this notation with the usual notation without writing out the vector basis, where we typically use the convention
$$
\nabla_a V^b \equiv (\nabla_a V)^b,
$$
i.e., the LHS is defined as the ##b##-component of ##\nabla_a V##. Actually writing out the basis in the RHS gives you
$$
(\nabla_a V)^b = [\nabla_a (V^c e_c)]^b = [V^c \nabla_a e_c]^b + [e_c \nabla_a V^c]^b
= V^c [\Gamma^d_{ac} e_d]^b + [V^c_{,a} e_c]^b
= V^c \Gamma^b_{ac} + V^b_{,a},
$$
since ##[e_c]^b = \delta^b_c##.