SELECT 
  pfv.feature_id, 
  pfv.product_id, 
  pfv.variant_id, 
  fv.position, 
  fvd.variant 
FROM 
  cscart_product_features_values AS pfv 
  INNER JOIN cscart_product_feature_variants AS fv ON pfv.feature_id = fv.feature_id 
  AND pfv.variant_id = fv.variant_id 
  INNER JOIN cscart_product_feature_variant_descriptions AS fvd ON pfv.variant_id = fvd.variant_id 
  AND fvd.lang_code = 'en' 
WHERE 
  pfv.feature_id IN (735) 
  AND pfv.product_id IN (
    5502, 5333, 5594, 5363, 6185, 6114, 5647, 
    6146, 6187, 5651, 6299
  ) 
  AND pfv.lang_code = 'en'

Query time 0.00151

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.60"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "variant_id",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "idx_product_feature_variant_id",
          "used_key_parts": [
            "product_id",
            "feature_id",
            "lang_code"
          ],
          "key_length": "12",
          "rows_examined_per_scan": 11,
          "rows_produced_per_join": 11,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "1.46",
            "eval_cost": "1.10",
            "prefix_cost": "2.56",
            "data_read_per_join": "8K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`feature_id` = 735) and (`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`product_id` in (5502,5333,5594,5363,6185,6114,5647,6146,6187,5651,6299)) and (`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`lang_code` = 'en'))"
        }
      },
      {
        "table": {
          "table_name": "fv",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY",
            "feature_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id"
          ],
          "key_length": "3",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.pfv.variant_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 0,
          "filtered": "5.00",
          "cost_info": {
            "read_cost": "2.75",
            "eval_cost": "0.06",
            "prefix_cost": "6.41",
            "data_read_per_join": "642"
          },
          "used_columns": [
            "variant_id",
            "feature_id",
            "position"
          ],
          "attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`fv`.`feature_id` = 735)"
        }
      },
      {
        "table": {
          "table_name": "fvd",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 0,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.14",
            "eval_cost": "0.06",
            "prefix_cost": "6.60",
            "data_read_per_join": "1K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
735 5333 7021 0 2.8 mm, horizontal FOV: 101°, vertical FOV: 60°, diagonal FOV: 122°
735 5363 7037 0 2.8 mm, horizontal FOV: 96.5°, vertical FOV: 48.9°, diagonal FOV: 120.5°
735 5502 7297 0 2.8 mm, horizontal FOV: 105°, vertical FOV: 62°, diagonal FOV: 131°;
735 5594 7407 0 2.8 mm, horizontal FOV 115°, vertical FOV 60°, diagonal FOV 143°
735 5647 7471 0 2.8 mm, horizontal FOV 113°, vertical FOV 62°, diagonal FOV 134°
735 5651 7484 0 2.8 mm, horizontal FOV 96°, vertical FOV 52°, diagonal FOV 114°
735 6114 7453 0 2.8 mm, horizontal FOV 105°, vertical FOV 55°, diagonal FOV 127°
735 6146 7308 0 2.8 mm, horizontal FOV: 105.0°, vertical FOV: 62.5°, diagonal FOV: 129°;
735 6185 7828 0 2.8 mm, horizontal FOV 106°, vertical FOV 56°, diagonal FOV 129°
735 6187 7828 0 2.8 mm, horizontal FOV 106°, vertical FOV 56°, diagonal FOV 129°
735 6299 7484 0 2.8 mm, horizontal FOV 96°, vertical FOV 52°, diagonal FOV 114°