INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'eb61d62e09feca64f15c1f188d4b2fee094afaecca4154cd45814fac42804ea1', 
    'wkLYFfpilZM4BMNCEd0KrNUU8lIfXRYGSDggaCswub0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)