INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5bf418fe57b7b388d8f2070a3da222c6172c607bf4eeca9986231168c342317d', 
    'A6UBGtdPtjuWWNt+d92NBJB3//kGDpCK9uDyNUTB+UM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)