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 (
    674, 794, 853, 856, 863, 1696, 644, 834, 
    844, 862, 1570, 1708
  ) 
  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.00060

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "57.61"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code",
        "company_id"
      ],
      "key_length": "210",
      "rows_examined_per_scan": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "index_condition": "((`eshopuga_upgr_4122`.`cscart_seo_names`.`object_id` in (674,794,853,856,863,1696,644,834,844,862,1570,1708)) and (`eshopuga_upgr_4122`.`cscart_seo_names`.`type` = 'p') and (`eshopuga_upgr_4122`.`cscart_seo_names`.`dispatch` = '') and (`eshopuga_upgr_4122`.`cscart_seo_names`.`lang_code` = 'en') and ((`eshopuga_upgr_4122`.`cscart_seo_names`.`company_id` = 1) or (`eshopuga_upgr_4122`.`cscart_seo_names`.`company_id` = 0)))",
      "cost_info": {
        "read_cost": "52.81",
        "eval_cost": "4.80",
        "prefix_cost": "57.61",
        "data_read_per_join": "40K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
644 white-star-soap-jasmine-1-kg 301/452/455
674 white-yolk-eggs-tray-of-30 301/410/428
794 2kg-azam-super-fine-home-baking-flour 301/410/427
834 tilapia-ngege 301/410/424
844 10-kg-irish-potatoes-obumonde-obuzungu 301/409/446
853 cabbage-emboga-piece 301/410/425
856 carrots-dozen 301/410/425
862 green-pepper-dozen 301/410/425
863 small-eggplants-dozen 301/410/425
1570 scott-tissue-extra-soft-unscented-bathroom-tissue-12-rolls 301/452/455
1696 white-sweet-bread-1kg 301/409/414
1708 shortcake-biscuits 301/409/432