No, it's not abuse.
If $M$ is a (multiplicative) monoid, you can recursively define, for $x\in M$,
$$
x^0=\mathbf{1},\qquad x^{n+1}=x^nx \tag{1}
$$
and, if $x$ is invertible, $x^n=(x^{-1})^{-n}$ when $n$ is a negative integer.
When the operation is denoted additively, the exponent is usually set besides the element:
$$
0x=\mathbf{0},\qquad (n+1)x=nx+x \tag{2}
$$
and, as before, $nx=(-n)(-x)$ if $x$ is invertible. Note that I use $\mathbf{1}$ and $\mathbf{0}$ for the neutral element, in order to avoid ambiguities.
A ring is a group with respect to addition, so the notation with multiples (2) can be freely used, hence
$$
ab+ab=2ab
$$
is fine. Here it should be interpreted as $2(ab)$. On the other hand, interpreting it as $(2a)b$ would yield the same result:
$$
(2a)b=(a+a)b=ab+ab=2(ab)
$$
and this can be generalized to any integer in place of $2$. Therefore it's not necessary to add parentheses. Also $a(2b)=2(ab)$ can be easily proved and generalized.
Note that it's not really necessary to distinguish $\mathbf{1}$ (the identity in the ring) with $1$ (the integer) and $\mathbf{0}$ (the zero in the ring) with $0$ (the integer), because
$$
0a=\mathbf{0}=\mathbf{0}a,\quad 1a=a=\mathbf{1}a
$$
It's not necessary that the ring has an identity: if it has it, denoting it by $1$ will not raise ambiguities.
If the ring $R$ has an identity (let me still denote it by $\mathbf{1}$), then there exists a unique ring homomorphism $\chi\colon\mathbb{Z}\to R$, defined by $n\mapsto n\mathbf{1}$. It's easy to prove that, for $x\in R$,
$$
nx=\chi(n)x
$$
(the left-hand side has the notation defined in (2), in the right-hand side there's the ring multiplication). So there's no ambiguity even if $2$ (or any other integer) is thought to be $2\mathbf{1}=\mathbf{1}+\mathbf{1}$. Hence usually the distinction between the two possible interpretations of $1$ is dropped. Thus it's common to see that $10=0$ in a ring of characteristic $5$ or similar identities (this is indeed a slight abuse of notation).
Note also that $-a$ can be interpreted as $(-1)a$, because both yield the same result; but it's better to think to $-a$ just as the opposite element of $a$, that is, the unique element such that $a+(-a)=\mathbf{0}=(-a)+a$.
By the way, (1) explains why, in unital rings, $\mathbf{0}^0=\mathbf{1}$ (usually written $0^0=1$).