SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10177, 10175, 9813, 10095, 9904, 10178, 
    10644, 10093, 10096, 10167, 10525, 
    10526, 10527, 10528, 10529, 10530, 
    10531, 10532, 10533, 10534, 10535, 
    10536, 10537, 10538, 10539, 10540, 
    10541, 10542, 10524, 10543, 10544, 
    13013, 13014, 13015, 13016, 13017, 
    13018, 13019, 13020, 13021, 13022, 
    13023, 13024, 13025, 13026, 13027, 
    13028, 13029, 13030, 10688, 10727, 
    10728, 10729, 10730, 10731, 10732, 
    10733, 10313, 10314, 10315, 10316, 
    10317, 10318, 10319
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00133

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ALL",
      "possible_keys": ["status", "product_id"],
      "rows": 77,
      "filtered": 83.11688232,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10177,10175,9813,10095,9904,10178,10644,10093,10096,10167,10525,10526,10527,10528,10529,10530,10531,10532,10533,10534,10535,10536,10537,10538,10539,10540,10541,10542,10524,10543,10544,13013,13014,13015,13016,13017,13018,13019,13020,13021,13022,13023,13024,13025,13026,13027,13028,13029,13030,10688,10727,10728,10729,10730,10731,10732,10733,10313,10314,10315,10316,10317,10318,10319) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}