Query time 0.00044
    
    
            JSON explain
        {
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.61"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_ult_language_values",
          "access_type": "system",
          "possible_keys": [
            "PRIMARY"
          ],
          "rows_examined_per_scan": 0,
          "rows_produced_per_join": 1,
          "filtered": "0.00",
          "const_row_not_found": true,
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.20",
            "prefix_cost": "0.00",
            "data_read_per_join": "408"
          },
          "used_columns": [
            "lang_code",
            "name",
            "value",
            "company_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "lang",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "lang_code",
            "name"
          ],
          "key_length": "392",
          "rows_examined_per_scan": 4,
          "rows_produced_per_join": 4,
          "filtered": "100.00",
          "index_condition": "((`atulecarter_atul_demo5`.`lang`.`lang_code` = 'en') and (`atulecarter_atul_demo5`.`lang`.`name` in ('stay_connected','exclusive_promotions','exclusive_promotions_content','subscribe','stay_connected','exclusive_promotions','exclusive_promotions_content','subscribe')))",
          "cost_info": {
            "read_cost": "8.81",
            "eval_cost": "0.80",
            "prefix_cost": "9.61",
            "data_read_per_join": "1K"
          },
          "used_columns": [
            "lang_code",
            "name",
            "value"
          ]
        }
      }
    ]
  }
}
    
            
            
                Result
                                    
                                                    | name | value | 
                                            
                                                            | exclusive_promotions | Exclusive discounts | 
                                            
                                                            | exclusive_promotions_content | Subscribe to our news and get a 10% discount coupon! | 
                                            
                                                            | stay_connected | Stay Connected | 
                                            
                                                            | subscribe | Subscribe |