User1564947477 posted
A common approach here would be something like this
PRODUCT Table
ProductID, ProductName, etc
FEATURE Table
FeatureID, FeatureName, etc
PRODUCTFEATURE Table - stores relationship of which products have which features
ProductID, FeatureID