SELECT lang.name, lang.value FROM ushop_language_values lang WHERE lang.lang_code = 'en' AND lang.name IN ('wk_order_status_customisation.order_status', 'wk_order_status', 'wk_rma_gift_create', 'wk_rma_decline', 'wk_order_shipment_create', 'wk_order_claims.notification_status_changed', 'new_response_claim', 'wk_user_group_change', 'wk_discussion_added', 'wk_order_status_customisation.order_status', 'wk_order_status', 'wk_rma_gift_create', 'wk_rma_decline', 'wk_order_shipment_create', 'wk_order_claims.notification_status_changed', 'new_response_claim', 'wk_user_group_change', 'wk_discussion_added')

Query is invalid

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.31"
    },
    "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": 9,
      "rows_produced_per_join": 9,
      "filtered": "100.00",
      "index_condition": "((`marketplace`.`lang`.`lang_code` = 'en') and (`marketplace`.`lang`.`name` in ('wk_order_status_customisation.order_status','wk_order_status','wk_rma_gift_create','wk_rma_decline','wk_order_shipment_create','wk_order_claims.notification_status_changed','new_response_claim','wk_user_group_change','wk_discussion_added','wk_order_status_customisation.order_status','wk_order_status','wk_rma_gift_create','wk_rma_decline','wk_order_shipment_create','wk_order_claims.notification_status_changed','new_response_claim','wk_user_group_change','wk_discussion_added')))",
      "cost_info": {
        "read_cost": "5.41",
        "eval_cost": "0.90",
        "prefix_cost": "6.31",
        "data_read_per_join": "3K"
      },
      "used_columns": [
        "lang_code",
        "name",
        "value"
      ]
    }
  }
}