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 (
    77111, 77110, 77117, 77112, 77113, 77114, 
    77115, 77116, 77120, 77118, 77119, 
    77121, 86900, 86901, 86902
  )

Query time 0.00249

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": 15,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (77111,77110,77117,77112,77113,77114,77115,77116,77120,77118,77119,77121,86900,86901,86902)"
        }
      },
      {
        "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
77110 2 14 mm
77111 1 12mm
77112 6 16mm
77113 5 14mm
77114 4 12mm
77115 3 10mm
77116 2 8mm
77117 1 6mm
77118 1 Original 6mm
77119 2 Original 8mm
77120 3 Standard 6mm
77121 4 Standard 8mm
86900 1 Golden lotus charm
86901 2 Lotus charm
86902 3 Golden Pixiu charm