SELECT 
  pfv.variant_id, 
  pfv.position, 
  pfvd.variant 
FROM 
  cscart_product_feature_variants AS pfv 
  INNER JOIN cscart_product_feature_variant_descriptions AS pfvd ON pfv.variant_id = pfvd.variant_id 
  AND pfvd.lang_code = 'en' 
WHERE 
  pfv.variant_id IN (
    1674, 9521, 2077, 9517, 1560, 1596, 1600, 
    9520, 9619, 9359, 9575, 9746, 9522, 
    9486, 9524, 6360, 9523, 9797, 9871, 
    9872, 3037, 1783, 9692, 3442, 9588, 
    1558, 9607, 9966, 9967, 9895, 9325, 
    9627, 9970, 9329, 9516, 9596, 9408, 
    9324, 9487, 1889, 10060, 9529, 9870, 
    6869, 10066, 9426
  )

Query time 0.00143

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "48.31"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 46,
          "rows_produced_per_join": 46,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`variant_id` in (1674,9521,2077,9517,1560,1596,1600,9520,9619,9359,9575,9746,9522,9486,9524,6360,9523,9797,9871,9872,3037,1783,9692,3442,9588,1558,9607,9966,9967,9895,9325,9627,9970,9329,9516,9596,9408,9324,9487,1889,10060,9529,9870,6869,10066,9426))",
          "cost_info": {
            "read_cost": "27.61",
            "eval_cost": "4.60",
            "prefix_cost": "32.21",
            "data_read_per_join": "52K"
          },
          "used_columns": [
            "variant_id",
            "position"
          ]
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "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": 46,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "11.50",
            "eval_cost": "4.60",
            "prefix_cost": "48.31",
            "data_read_per_join": "139K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1558 80 Pink
1560 0 Black
1596 0 Green
1600 0 Blue
1674 0 Brown
1783 0 Dark blue
1889 0 Dark Gray
2077 0 Grey
3037 0 Dark Grey
3442 0 Violet
6360 0 Dark Green
6869 0 Dark Brown
9324 0 53-21mm
9325 0 57-17mm
9329 0 51-21mm
9359 0 Blue/Grey
9408 0 56-15mm
9426 0 53-20mm
9486 0 Grey Gradient
9487 0 56-20mm
9516 0 Clear/Blue
9517 0 Polished Black
9520 0 Polished Havana
9521 0 Polished Transparent Blue
9522 0 Polished Arista Gold
9523 0 Polished Silver
9524 0 Polished Gold
9529 0 Polished Transparent Grey
9575 0 Polished Yellow & Blue Havana
9588 0 Polished Gunmetal
9596 0 Light Blue Gradient
9607 0 Yellow Mirror Flash Gold
9619 0 Polished Grey Havana
9627 0 Polished Copper
9692 0 Polished Rose Gold
9746 0 Light Brown Gradient
9797 0 Dark Grey Flash Silver
9870 0 Polished Transparent Dark Grey
9871 0 Clear Gradient Blue
9872 0 Clear Gradient Brown
9895 0 Polished Pale Go;d
9966 0 Azure
9967 0 Dark Grey Polar
9970 0 Polished Legend Gold
10060 0 Gradient Grey
10066 0 Matte Opal Brown