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 (550, 549, 551, 548) 
  AND pfv.product_id IN (
    329, 330, 331, 333, 334, 335, 337, 338, 
    339, 341, 342, 343, 371, 372, 373, 374, 
    375, 376, 377, 378
  ) 
  AND pfv.lang_code = 'en'

Query time 0.00272

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "60.81"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "fv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "feature_id"
          ],
          "key": "feature_id",
          "used_key_parts": [
            "feature_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 13,
          "rows_produced_per_join": 13,
          "filtered": "100.00",
          "index_condition": "(`pankajecarter_systemfour`.`fv`.`feature_id` in (550,549,551,548))",
          "cost_info": {
            "read_cost": "19.61",
            "eval_cost": "2.60",
            "prefix_cost": "22.21",
            "data_read_per_join": "14K"
          },
          "used_columns": [
            "variant_id",
            "feature_id",
            "position"
          ]
        }
      },
      {
        "table": {
          "table_name": "pfv",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "variant_id",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "feature_id"
          ],
          "key_length": "3",
          "ref": [
            "pankajecarter_systemfour.fv.feature_id"
          ],
          "rows_examined_per_scan": 8,
          "rows_produced_per_join": 0,
          "filtered": "0.87",
          "using_index": true,
          "cost_info": {
            "read_cost": "16.72",
            "eval_cost": "0.18",
            "prefix_cost": "59.73",
            "data_read_per_join": "715"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "((`pankajecarter_systemfour`.`pfv`.`variant_id` = `pankajecarter_systemfour`.`fv`.`variant_id`) and (`pankajecarter_systemfour`.`pfv`.`product_id` in (329,330,331,333,334,335,337,338,339,341,342,343,371,372,373,374,375,376,377,378)) and (`pankajecarter_systemfour`.`pfv`.`lang_code` = 'en'))"
        }
      },
      {
        "table": {
          "table_name": "fvd",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "pankajecarter_systemfour.fv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 0,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.90",
            "eval_cost": "0.18",
            "prefix_cost": "60.81",
            "data_read_per_join": "2K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
548 330 1195 3 Medium
548 334 1195 3 Medium
548 338 1195 3 Medium
548 342 1195 3 Medium
548 371 1195 3 Medium
548 373 1195 3 Medium
548 375 1195 3 Medium
548 377 1195 3 Medium
548 329 1197 5 X Large
548 331 1197 5 X Large
548 333 1197 5 X Large
548 335 1197 5 X Large
548 337 1197 5 X Large
548 339 1197 5 X Large
548 341 1197 5 X Large
548 343 1197 5 X Large
548 372 1197 5 X Large
548 374 1197 5 X Large
548 376 1197 5 X Large
548 378 1197 5 X Large
549 329 1199 2 Blue
549 330 1199 2 Blue
549 331 1199 2 Blue
549 337 1199 2 Blue
549 338 1199 2 Blue
549 339 1199 2 Blue
549 371 1199 2 Blue
549 372 1199 2 Blue
549 375 1199 2 Blue
549 376 1199 2 Blue
549 333 1200 3 Black
549 334 1200 3 Black
549 335 1200 3 Black
549 341 1200 3 Black
549 342 1200 3 Black
549 343 1200 3 Black
549 373 1200 3 Black
549 374 1200 3 Black
549 377 1200 3 Black
549 378 1200 3 Black
550 329 1203 2 Free Wifi
550 330 1203 2 Free Wifi
550 331 1203 2 Free Wifi
550 333 1203 2 Free Wifi
550 334 1203 2 Free Wifi
550 335 1203 2 Free Wifi
550 371 1203 2 Free Wifi
550 372 1203 2 Free Wifi
550 373 1203 2 Free Wifi
550 374 1203 2 Free Wifi
550 337 1204 3 Parking
550 338 1204 3 Parking
550 339 1204 3 Parking
550 341 1204 3 Parking
550 342 1204 3 Parking
550 343 1204 3 Parking
550 375 1204 3 Parking
550 376 1204 3 Parking
550 377 1204 3 Parking
550 378 1204 3 Parking
551 329 1207 3 2 washrooms
551 333 1207 3 2 washrooms
551 337 1207 3 2 washrooms
551 341 1207 3 2 washrooms
551 371 1208 5 AC
551 372 1208 5 AC
551 373 1208 5 AC
551 374 1208 5 AC
551 375 1208 5 AC
551 376 1208 5 AC
551 377 1208 5 AC
551 378 1208 5 AC
551 330 1209 4 Single bed
551 331 1209 4 Single bed
551 334 1209 4 Single bed
551 335 1209 4 Single bed
551 338 1209 4 Single bed
551 339 1209 4 Single bed
551 342 1209 4 Single bed
551 343 1209 4 Single bed