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 = 'vi' 
WHERE 
  pfv.variant_id IN (
    81127, 81136, 81137, 81128, 81129, 81130, 
    81131, 81132, 81133, 81134, 81135
  )

Query time 0.00440

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": 11,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (81127,81136,81137,81128,81129,81130,81131,81132,81133,81134,81135)"
        }
      },
      {
        "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 = 'vi'"
        }
      }
    ]
  }
}

Result

variant_id position variant
81127 1 Nâu đậm
81128 2 Xanh cổ vịt
81129 3 Cam
81130 4 Vàng
81131 5 Xanh đậm
81132 6 Đỏ
81133 7 Xanh vỏ đỗ
81134 8 Nâu nhạt
81135 9 Xanh nhạt
81136 10 Hồng
81137 11 Tím