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, 432, 
    433, 434, 435, 436, 437, 438, 439, 440, 
    441, 442, 443, 444, 445, 446, 369, 417, 
    418, 419, 420, 421, 422, 423, 424
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00076

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.05346264,
    "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": 48,
          "cost": 0.05346264,
          "filtered": 100,
          "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,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,369,417,418,419,420,421,422,423,424) 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
369 zerup-bottles-10-pack-clone 20
417 zerup-bottles-24-pack 20
418 zerup-bottles-24-pack-en 20
419 zerup-bottles-24-pack-en-2 20
420 zerup-bottles-24-pack-en-3 20
421 zerup-bottles-24-pack-en-4 20
422 zerup-bottles-24-pack-en-5 20
423 zerup-bottles-24-pack-en-6 20
424 zerup-bottles-24-pack-en-7 20
432 zerup-bottles-10-pack 20
433 zerup-bottles-10-pack-en 20
434 zerup-bottles-10-pack-en-2 20
435 zerup-bottles-10-pack-en-3 20
436 zerup-bottles-10-pack-en-4 20
437 zerup-bottles-10-pack-en-5 20
438 zerup-bottles-10-pack-en-6 20
439 zerup-bottles-10-pack-en-7 20
440 zerup-bottles-10-pack-en-8 20
441 zerup-bottles-10-pack-en-9 20
442 zerup-bottles-10-pack-en-10 20
443 zerup-bottles-10-pack-en-11 20
444 zerup-bottles-10-pack-en-12 20
445 zerup-bottles-10-pack-en-13 20
446 zerup-bottles-10-pack-en-14 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