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 (
    61937, 62229, 64353, 64350, 62246, 64355, 
    62843, 63513, 63467, 63510, 63852, 
    62979, 63853, 63515, 63810, 63854, 
    63806, 64946, 64865, 64863, 64947
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "dispatch",
      "key_length": "210",
      "used_key_parts": [
        "dispatch",
        "object_id",
        "type",
        "lang_code",
        "company_id"
      ],
      "rows": 42,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (61937,62229,64353,64350,62246,64355,62843,63513,63467,63510,63852,62979,63853,63515,63810,63854,63806,64946,64865,64863,64947) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en' and (cscart_seo_names.company_id = 1 or cscart_seo_names.company_id = 0)"
    }
  }
}

Result

product_id seo_name seo_path
61937 downtown-minimalist-cord-pendant 1887/1888/1889
62229 downtown-minimalist-sconce 1887/1896/1899
62246 downtown-minimalist-plug-in-sconce 1887/1896/1899
62843 downtown-minimalist-multi-light-chandelier 1887/1888/1893
62979 kao-downtown-minimalist-pendant 1887/1888/1889
63467 downtown-minimalist-3-light-chandelier 1887/1888/1894
63510 downtown-minimalist-double-sconce 1887/1896/1899
63513 downtown-minimalist-adjustable-sconce 1887/1896/1899
63515 downtown-minimalist-adjustable-plug-in-sconce 1887/1896/1899
63806 the-ellis-adjustable-arm-chandelier 1887/1888/1894
63810 the-parson-adjustable-arm-chandelier 1887/1888/1894
63852 downtown-3-light-pendant-chandelier 1887/1888/1893
63853 downtown-4-light-pendant-chandelier 1887/1888/1893
63854 downtown-5-light-pendant-chandelier 1887/1888/1893
64350 downtown-minimalist-stem-mount-pendant 1887/1888/1890
64353 downtown-swing-arm-sconce 1887/1896/1899
64355 downtown-swing-arm-plug-in-sconce 1887/1896/1900
64863 downtown-minimalist-wooden-socket-pendant 1887/1888/1889
64865 downtown-minimalist-wooden-socket-sconce 1887/1896/1899
64946 downtown-minimalist-wooden-socket-swing-arm-sconce 1887/1896/1901
64947 downtown-minimalist-wooden-socket-3-light-pendant 1887/1888/1893