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, 
    793, 224, 160, 228, 727, 728, 729, 730, 
    731, 800, 806, 169, 200
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00082

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0425348,
    "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": 37,
          "cost": 0.0425348,
          "filtered": 100,
          "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,793,224,160,228,727,728,729,730,731,800,806,169,200) 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
160 puff-puff 18
165 fried-rice-en-4 18
166 jollof-rice-en-4 18
167 pepper-soup 18
168 asun 18
169 turkey 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
200 eforiro 18
203 curry-chicken 18
221 fried-rice-clone 18
224 plantain-en-2 18
228 suya-spice-pack-en-229 20
701 hello-var-test 18
702 hello-var-test-en 18
708 hello-var-test-en-2 18
727 t-shirt 18
728 t-shirt-en 18
729 t-shirt-en-2 18
730 t-shirt-en-3 18
731 t-shirt-en-4 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
793 payout-3 18
800 test-quanity 18
806 test-quanity-2 18
813 checkout-test-product 18
814 checkout-test-product-en 18
856 new-product 18