Which password is safer? Long one which consists of regular words or short one with random symbols?
If we compare only these two passwords, which one is the safest?
Ss1*x_32 or Very-hard-password-it-is-so-hard-to-break-it-1
TL;DR: The long one with regular words is safer.
Caveat: This answer is based on simple counting and does not account for real world attack characteristics.
Based on the examples provided you seem to want to compare a "short" (eight character) password consisting of "random symbols" (upper case letters, lower case letters, number, and special characters available on a keyboard) to a "long" (about ten words) password consisting of "regular words" (I'll assume this means basic English chosen from a basic language dictionary of 1000 words).
There are 26 + 26 + 10 + 32 = 94 "random symbols" on a typical keyboard. That means the number of different passwords of the first type is 94^8 (94 raised to the power 8).
We are assuming there are 1000 basic "regular words" to choose from, which means the number of different passwords of the second type is (1000)^10 (1000 raise to the power 10).
Since 1000^10 is clearly larger than 94^8, the long password of regular words is better.