SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (14138, 14139) 
  AND feature_id IN (624) 
  AND lang_code = 'en'

Query time 0.00016

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.00193929,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_features_values",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "fl",
          "key_length": "9",
          "used_key_parts": ["feature_id", "lang_code"],
          "ref": ["const", "const"],
          "loops": 1,
          "rows": 2,
          "cost": 0.00193929,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (14138,14139) and cscart_product_features_values.lang_code = 'en'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
14138 624 12927
14139 624 12928