SELECT 
  * 
FROM 
  cscart_product_variation_variety 
WHERE 
  group_id = 135

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.75"
    },
    "table": {
      "table_name": "cscart_product_variation_variety",
      "access_type": "ref",
      "possible_keys": [
        "idx_cscart_product_variation_variety"
      ],
      "key": "idx_cscart_product_variation_variety",
      "used_key_parts": [
        "group_id"
      ],
      "key_length": "4",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "1.25",
        "eval_cost": "0.50",
        "prefix_cost": "1.75",
        "data_read_per_join": "3K"
      },
      "used_columns": [
        "variety_id",
        "group_id",
        "feature_ids",
        "type",
        "data"
      ]
    }
  }
}

Result

variety_id group_id feature_ids type data
120 135 169 A {"713":4,"714":1}
22 135 169 P {"713":"19.99","714":"34.99"}
119 135 169 P {"713":"19.9","714":"34.9"}
21 135 169 S {"713":"77082","714":"77241"}
118 135 169 S {"713":"77082","714":"77241"}