SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (
    189, 192, 168, 188, 183, 813, 814, 749, 
    203, 196, 165, 167, 701, 702, 708, 786, 
    221, 166, 184, 751, 856, 193, 789, 791
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.04054792,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "dispatch",
          "key_length": "194",
          "used_key_parts": ["dispatch"],
          "ref": ["const"],
          "loops": 1,
          "rows": 35,
          "cost": 0.04054792,
          "filtered": 68.57142639,
          "index_condition": "cscart_seo_names.object_id in (189,192,168,188,183,813,814,749,203,196,165,167,701,702,708,786,221,166,184,751,856,193,789,791) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id seo_name seo_path
165 fried-rice-en-4 18
166 jollof-rice-en-4 18
167 pepper-soup 18
168 asun 18
183 buns 18
184 meat-pie 18
188 beans-and-corn-with-plantain 18
189 asaro-yam-porridge-with-plantain 18
192 assorted-beef-cow-leg 18
193 ogbono-soup 18
196 egusi-soup 18
203 curry-chicken 18
221 fried-rice-clone 18
701 hello-var-test 18
702 hello-var-test-en 18
708 hello-var-test-en-2 18
749 common-product-test23 18
751 new-mone-test-1 18
786 increase-product-price-common-product 18
789 payout-1 18
791 payout-2 18
813 checkout-test-product 18
814 checkout-test-product-en 18
856 new-product 18