SELECT 
  * 
FROM 
  cscart_product_variation_variety 
WHERE 
  group_id = 1626

Query time 0.00063

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.05"
    },
    "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": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.75",
        "eval_cost": "0.30",
        "prefix_cost": "1.05",
        "data_read_per_join": "2K"
      },
      "used_columns": [
        "variety_id",
        "group_id",
        "feature_ids",
        "type",
        "data"
      ]
    }
  }
}

Result

variety_id group_id feature_ids type data
2069 1626 1307 A {"5152":"13","5153":"10","5154":"10","5155":"10","5156":"10"}
2068 1626 1307 P {"5152":"29","5153":"59","5154":"99","5155":"149","5156":"199"}
2067 1626 1307 S {"5152":"A4MI05Y21","5153":"A3MI09Y21","5154":"A2MI09Y21","5155":"A1MI09Y21","5156":"A0MI09Y21"}