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 (
    99, 97, 98, 91, 96, 182, 451, 454, 453, 
    457, 701, 702, 708, 228, 452, 447, 829, 
    769, 831, 818, 847, 774, 833, 368
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00045

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 (99,97,98,91,96,182,451,454,453,457,701,702,708,228,452,447,829,769,831,818,847,774,833,368) 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
91 boxs-of-50 20
96 boxs-of-50-en 20
97 boxs-of-50-en-2 20
98 boxs-of-50-en-3 20
99 box-of-50-mixed 20
182 box-of-50-mixed-clone 20
228 suya-spice-pack-en-229 20
368 zerup-bottles-4-pack-clone 20
447 syrup-pump 20
451 crunchy-chin-chin-creamy-clone 20
452 suya-spice-pack-clone 20
453 crunchy-chin-chin-nuts-and-seeds-clone 20
454 crunchy-chin-chin-fruity-clone 20
457 crunchy-chin-chin-relish-spices-clone 20
701 hello-var-test 18
702 hello-var-test-en 18
708 hello-var-test-en-2 18
769 testing-chips 20
774 testing-wine 20
818 testing-pie 20
829 testing-book 20
831 testing-drink 20
833 testing-wine-1 20
847 testing-root 20