SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    9984, 9985, 9986, 9987, 9988, 9989, 9990, 
    9991, 9992, 9993, 9994, 9995, 9996, 
    9997, 9998, 9999, 12995, 12996, 12997, 
    12998, 10734, 10735, 10736, 10737, 
    10738, 10747, 10748, 10749, 10750, 
    10751, 10752, 15744, 15745, 15746, 
    15743, 15738, 15739, 15740, 15741, 
    15742, 15736, 15737, 10668, 10669, 
    10670, 10671, 10672, 10673, 10674, 
    10675, 10676, 10677, 10678, 10679, 
    10680, 10681, 10682, 10683, 10684, 
    10685, 10686, 10607, 10608, 10609
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00074

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 (9984,9985,9986,9987,9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,12995,12996,12997,12998,10734,10735,10736,10737,10738,10747,10748,10749,10750,10751,10752,15744,15745,15746,15743,15738,15739,15740,15741,15742,15736,15737,10668,10669,10670,10671,10672,10673,10674,10675,10676,10677,10678,10679,10680,10681,10682,10683,10684,10685,10686,10607,10608,10609) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
90 15744
91 15737
92 15746
93 15745
94 15739
95 15743
96 15740
97 15741
98 15738
99 15742
100 15736