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 (
    86406, 86407, 86467, 86468, 86469, 86470, 
    87131, 87132, 87133, 87134, 87135, 
    87136, 87138, 87137, 87144, 87149, 
    87158, 87159, 87150, 87151, 87152, 
    87153, 87154, 87155, 87156, 87157, 
    87145, 87146, 87147, 87148, 87263, 
    87331, 87330, 87332, 87334, 87333
  )

Query time 0.00607

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "rows": 36,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (86406,86407,86467,86468,86469,86470,87131,87132,87133,87134,87135,87136,87138,87137,87144,87149,87158,87159,87150,87151,87152,87153,87154,87155,87156,87157,87145,87146,87147,87148,87263,87331,87330,87332,87334,87333)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["dev_db.pfv.variant_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "pfvd.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

variant_id position variant
86406 1 Purple
86407 2 Yellow
86467 1 Brown
86468 2 Green
86469 3 Turquoise
86470 4 Pink
87131 1 Beige
87132 2 Turquoise
87133 3 Peach Orange
87134 4 Pastel Pink
87135 1 Synthetic leather
87136 2 Genuine leather
87137 1 Synthetic leather
87138 2 Genuine leather
87144 1 Spring Field
87145 2 Summber Vibe
87146 3 Dreamy Fall
87147 4 Snowy Wish
87148 5 Tale of Season
87149 1 Không kèm tinh dầu
87150 2 Orange 5ml
87151 3 Green tea 5ml
87152 4 Jasmine 5ml
87153 5 Rose 5ml
87154 6 Sandalwood 5ml
87155 7 Orange 20ml
87156 8 Green tea 20ml
87157 9 Jasmine 20ml
87158 10 Rose 20ml
87159 11 Sandalwood 20ml
87263 2 White light
87330 1 Blue sunflowers, hydrangeas, and bells
87331 2 Pink roses and white bells
87332 3 Pink lilies, roses, and bells
87333 4 White, yellow lilies, and yellow roses
87334 5 Pink lilies and pink roses